home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 001 / gtmisc.arc / DSZ.TXT < prev    next >
Encoding:
Text File  |  1987-02-07  |  2.7 KB  |  134 lines

  1.  
  2.  
  3.  
  4.      DSZ(1)                XENIX System V (OMEN)                DSZ(1)
  5.  
  6.  
  7.  
  8.      NAME
  9.           dsz - YMODEM, ZMODEM file transfer subprogram
  10.  
  11.      SYNOPSIS
  12.           dsz [port N] [speed S] [d] [restrict] command
  13.                                                 -------
  14.  
  15.      DESCRIPTION
  16.           Dsz uses the YMODEM or ZMODEM error correcting batch
  17.           protocol to transfer files over a serial port with a variety
  18.           of programs.  Dsz is designed to be called from a
  19.           communications program or bulletin board to perform file
  20.           transfers.
  21.  
  22.           Dsz uses its own modem I/O.  The original interrupt vector
  23.           and UART interrupt configuration are restored on normal
  24.           exit.  Dsz expects its standard output to point to the
  25.           console or a logging file, not a modem port.
  26.  
  27.           The available commands are:
  28.  
  29.           port N
  30.                select port N (n = 1,2,3 or 4) Default is port 1 (COM1)
  31.                or read from the DSZPORT dos environment variable.
  32.           speed S
  33.                Set specified speed, default is current speed.
  34.           d    Disables carrier dropout monitoring, for modems that do
  35.                not properly drive the "Data Carrier Detect" input on
  36.                the PC.
  37.           LARG Convert ARG to lowercase, then parse arg.
  38.           restrict
  39.                Restrict pathnames to current disk and directory tree.
  40.           sz   [-Vabnpr+y] [PREFIX=p | ONAME=n] afn ...
  41.           sb   [-Vk] [PREFIX=p | ONAME=n] afn ...
  42.           rz   [-Vabnpr+y]
  43.           rz   [-Vabnpr+y] file1 file2 ...  (filename override)
  44.           rb   [-Vab+y]
  45.           rb   [-Vab+y] file1 file2 ...  (filename override)
  46.           -V   Dsiplay debugging information.  More V's give more
  47.                detailed information.
  48.  
  49.      EXAMPLES
  50.           dsz sz -r b:zcom*.arc c:foo.bar
  51.  
  52.           dsz port 2 speed 19200 restrict rz
  53.  
  54.           dsz rz -y newprog.arc
  55.  
  56.      SEE ALSO
  57.           Consult the Professional-YAM manual or ZCOMMDOC.ARC chapter
  58.           "Options for File Transfers" for option meanings.
  59.  
  60.      NOTES
  61.  
  62.  
  63.  
  64.      Page 1                                         (printed 12/22/86)
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.      DSZ(1)                XENIX System V (OMEN)                DSZ(1)
  72.  
  73.  
  74.  
  75.           Dsz sets the UART shift register to 8 bits no parity; the
  76.           original parity setting is lost.
  77.  
  78.           Dsz may be freely used and copied, but not modified or sold
  79.           without the written permission of Omen Technology Inc.
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.      Page 2                                         (printed 12/22/86)
  131.  
  132.  
  133.  
  134.